home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global frameseeker
- if the lastClick > (70 * 60) then
- silence()
- mayhem()
- set frameseeker to random(1000)
- go(frameseeker + 2000)
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "randoma"
- end if
- if (the lastClick > (60 * 60)) and (the movieRate of sprite 37 = 0) then
- set the movieRate of sprite 37 to 1
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "randoma"
- else
- silence()
- mayhem()
- set frameseeker to random(1000)
- go(frameseeker + 2000)
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "randoma"
- end if
- if the lastClick > (10 * 60) then
- go("tex2a")
- else
- set the movieTime of sprite 38 to 0
- set the movieRate of sprite 38 to 1
- play frame "randoma"
- end if
- end
-